-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Messaging. FIX: issue with removeToken on ios. #1754
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1754 +/- ##
=======================================
Coverage 76.16% 76.16%
=======================================
Files 72 72
Lines 1838 1838
=======================================
Hits 1400 1400
Misses 438 438 |
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #1754 +/- ##
=======================================
Coverage 76.16% 76.16%
=======================================
Files 72 72
Lines 1838 1838
=======================================
Hits 1400 1400
Misses 438 438 |
Codecov Report
@@ Coverage Diff @@
## master #1754 +/- ##
=======================================
Coverage 76.16% 76.16%
=======================================
Files 72 72
Lines 1838 1838
=======================================
Hits 1400 1400
Misses 438 438 |
Hey, I fixed this as part of #1805 and also added tests to confirm - thanks for the heads up and for this contribution 🔥 this will land in v5.2.0. Loving
|
Hi @Salakar, sorry for tagging but it seems like this issue is present in version 6.7.1 The test for this one is also not present in v6. Should I open a ticket? Thanks! |
Its related to this issue #1510
Summary
Currently on iOS if we remove token by
firebase.messaging().deleteToken();
and try to get new one after that - it returns previous.Checklist
Android
iOS
e2e
tests added or updated in /tests/e2e/*Test Plan
This code must output
Token has refreshed successfully!'
Release Plan
[IOS][BUGFIX] [MESSAGING] - fixed bug with removeToken on ios.